/*
	Created		2011-03-17
*/


{ page		width="640"	height="320"	line_color="-1"
			sheet="Sine Table"
}

{ graph		fill_color="0xddddff"	line_color="-1"
			x_pad="10"	y_pad="5"
			antialias="0"
}
{ plot		x_pad="5"	y_pad="5"	line_color="-1"
			antialias="0"
}


{ x_axis		min="0"		max="360"	}
{ y_axis		min="1.5"		max="-1.5"	}


{ plot_x_axis_grid	gap=".1"	line_color="rgb(230,230,230)"	antialias="0"	}
{ plot_y_axis_grid	gap="5"	line_color="rgb(230,230,230)"	antialias="0"	}

{ plot_x_axis_grid	gap=".5"	line_color="rgb(180,180,180)"	antialias="0"	}
{ plot_y_axis_grid	gap="30"	line_color="rgb(180,180,180)"	antialias="0"	}


{ plot_x_axis_top	text="Sine Line Graph"	text_size="20"
				x_justify="0.5"		y_justify="0.5"	y_pad="10"
}




{ plot_graph_line	line_color="0xff0000"	line_size="2"
				gap="15"
				data="r5c2:r29c2"
}
{ plot_graph_line	line_color="0x00ff00"	line_size="2"
				gap="15"
				data="r5c3:r29c3"
}
{ plot_graph_line	line_color="0x0000ff"	line_size="2"
				gap="15"
				data="r5c4:r29c4"
}
{ plot_graph_line	line_color="0x999999"	line_size="2"
				gap="15"
				data="r5c5:r29c5"
}
{ plot_graph_line	line_color="0xcccc00"	line_size="2"
				gap="15"
				data="r5c6:r29c6"
}
{ plot_graph_line	line_color="0x00cccc"	line_size="2"
				gap="15"
				data="r5c7:r29c7"
}
{ plot_graph_line	line_color="0xcc00cc"	line_size="2"
				gap="15"
				data="r5c8:r29c8"
}
{ plot_graph_line	line_color="0x000000"	line_size="2"
				gap="15"
				data="r5c9:r29c9"
}





{ plot_x_axis	size="5"	gap="30"	text_size="10"
			x_justify="0"		y_pad="5"
			antialias="0"
}
{ plot_y_axis	size="5"	gap="0.5"	text_size="10"
			y_justify="0"		x_pad="5"
			antialias="0"
}

{ plot_x_axis	text="x = degrees"		text_size="14"
			y_pad="0"
}
{ plot_y_axis	text="y = sin(x)"		text_size="14"
			x_pad="0"
}
